2024 Method
Changes 0
M

DisplacementElement.CanElementsBeDisplaced

Description:
Indicates if elements can be assigned to a new DisplacementElement.
Remarks:
A necessary condition is that isAllowedAsDisplacedElement returns true for each individual element id. In addition, if isElementDisplaced must return the same value for all the specified element ids.
Overloads (2):
CanElementsBeDisplaced(View,ICollection[ElementId])
public static bool CanElementsBeDisplaced(
	View view,
	ICollection<ElementId> elementIds
)
Return Value bool